home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apollo XIII - A Week to Remember
/
APOLLO_13.iso
/
pc
/
chpter3
/
explode
/
explode.dir
/
00073_exit script movie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-22
|
207 b
|
15 lines
on mouseDown
button(40, "exit inv", "exit", 3)
end
on mouseUp
global gPlay, gQuitM
if gQuitM = 1 then
exit
end if
puppetSprite(45, 0)
set gPlay to 0
puppetSound(0)
play frame "exit"
end